home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 102 / CD-ROM 102.iso / aplic / 2sync / 2SyncSetup.exe / channels / 2Sync / tips / scripts / DefineButton2_12 / BUTTONCONDACTION on(press).as next >
Encoding:
Text File  |  2002-03-22  |  165 b   |  5 lines

  1. on(press){
  2.    this._parent.startDrag(false,this._parent._x,0,this._parent._x,_parent._parent.scroller.spareScroll + 1);
  3.    _parent._parent.scroller.goDrag(1);
  4. }
  5.